projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6536ad7
)
Remove unused text helper functions from testgtk
author
Christian Dywan
<christian@twotoasts.de>
Tue, 6 Apr 2010 15:57:46 +0000
(17:57 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:22 +0000
(
01:51
+0200)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index 26a9a23dceb403e4ebfb4f0d02c1c7143874010f..9172b0436d683122c6b168893691efa794e820b9 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-6652,22
+6652,6
@@
create_rulers (GtkWidget *widget)
gtk_widget_destroy (window);
}
-static void
-text_toggle_editable (GtkWidget *checkbutton,
- GtkWidget *text)
-{
- gtk_text_set_editable(GTK_TEXT(text),
- GTK_TOGGLE_BUTTON(checkbutton)->active);
-}
-
-static void
-text_toggle_word_wrap (GtkWidget *checkbutton,
- GtkWidget *text)
-{
- gtk_text_set_word_wrap(GTK_TEXT(text),
- GTK_TOGGLE_BUTTON(checkbutton)->active);
-}
-
struct {
GdkColor color;
gchar *name;